home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mnode15.zip / AUTOEXEC.TMP < prev    next >
Text File  |  1993-03-29  |  2KB  |  68 lines

  1. @ECHO OFF
  2. ECHO ---- C:\AUTOEXEC.BAT  3/29/93  Wildcat Multi Node under DESQview  ----
  3. ECHO Configuring System parameters
  4. SET COMSPEC=C:\COMMAND.COM
  5.  
  6. REM ---------------
  7. REM SETUP DOS SEARCH PATH
  8. PATH C:\UTILS;C:\QEMM;C:\WC30;C:\DV;C:\ZIP;C:\DOS;C:\NDW;C:\WINDOWS;C:\;
  9.  
  10. REM ---------------
  11. REM TURN ON VERIFY
  12. VERIFY ON
  13.  
  14. REM ---------------
  15. REM SET UP THE SYSTEM PROMPT
  16. PROMPT $P$G
  17.  
  18. REM ---------------
  19. BREAK ON
  20.  
  21. REM ***************
  22. REM LOAD TSR's
  23. REM ***************
  24. ECHO Loading TSR's
  25.  
  26. REM ---------------
  27. REM SHARE UP TO 40 FILES
  28. C:\QEMM\LOADHI C:\DOS\SHARE /L:40
  29.  
  30. REM ***************
  31. REM Setup the Wildcat Environment variables
  32. SET WCNODEID=1
  33. SET WCPORTID=1
  34. SET WCMDM=HST
  35. SET WCHOME=C:\WC30
  36.  
  37. REM ******* TEST ENABLE ********
  38. rem Short circuit BBS setup for testing purposes only.  Un-remark the
  39. rem GOTO ABORT command below to avoid building the MLK work disk and
  40. rem starting DESQview
  41.  
  42. rem goto abort
  43. REM ***************
  44.  
  45. REM ******* CLEANUP ********
  46. rem Cleanup all BBS tag files for DESQview operation.
  47. CALL C:\UTILS\KILLTAGS.BAT
  48. REM ***************
  49.  
  50. REM ***************
  51. rem build the Moonlit Knight BBS working disk on RAM disk D:\
  52. CALL C:\WC30\BUILDBBS.BAT
  53. REM ***************
  54.  
  55. REM ***************
  56. ECHO BOOTING UP DESQVIEW. BBS NODE1 WILL START VIA !STARTUP SCRIPT
  57. DV
  58. REM ***************
  59.  
  60. REM ***************
  61. rem Short circuit BBS set up to here for testing only.
  62. :abort
  63. ECHO BBS D:\ RAM disk not built!
  64. REM ***************
  65.  
  66. REM ---------------   END AUTOEXEC.BAT   ---------------
  67.  
  68.